home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / internet / javas99d.zip / JAVAS.EXE / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1996-05-27  |  2KB  |  106 lines

  1. object AboutBox: TAboutBox
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 213
  7.   ClientWidth = 298
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 281
  19.     Height = 161
  20.     BevelInner = bvRaised
  21.     BevelOuter = bvLowered
  22.     ParentColor = True
  23.     TabOrder = 0
  24.     object ProgramIcon: TImage
  25.       Left = 8
  26.       Top = 8
  27.       Width = 65
  28.       Height = 57
  29.       Picture.Data = {<image000.bmp>}
  30.       Stretch = True
  31.       IsControl = True
  32.     end
  33.     object ProductName: TLabel
  34.       Left = 88
  35.       Top = 16
  36.       Width = 99
  37.       Height = 24
  38.       Caption = 'Java Station'
  39.       Font.Color = clAqua
  40.       Font.Height = -19
  41.       Font.Name = 'MS Sans Serif'
  42.       Font.Style = []
  43.       ParentFont = False
  44.       IsControl = True
  45.     end
  46.     object Version: TLabel
  47.       Left = 88
  48.       Top = 40
  49.       Width = 51
  50.       Height = 13
  51.       Caption = '.99c (beta)'
  52.       IsControl = True
  53.     end
  54.     object Copyright: TLabel
  55.       Left = 8
  56.       Top = 64
  57.       Width = 71
  58.       Height = 13
  59.       Caption = 'Copyright 1996'
  60.       IsControl = True
  61.     end
  62.     object Comments: TLabel
  63.       Left = 8
  64.       Top = 96
  65.       Width = 99
  66.       Height = 13
  67.       Caption = 'Dana Scott Kaufman'
  68.       Font.Color = clMaroon
  69.       Font.Height = -11
  70.       Font.Name = 'MS Sans Serif'
  71.       Font.Style = []
  72.       ParentFont = False
  73.       WordWrap = True
  74.       IsControl = True
  75.     end
  76.     object Label1: TLabel
  77.       Left = 8
  78.       Top = 112
  79.       Width = 113
  80.       Height = 17
  81.       Caption = 'Cis: 75240,1376'
  82.       WordWrap = True
  83.       IsControl = True
  84.     end
  85.     object Label2: TLabel
  86.       Left = 8
  87.       Top = 128
  88.       Width = 193
  89.       Height = 17
  90.       Caption = 'Internet: dsktech@ix.netcom.com'
  91.       WordWrap = True
  92.       IsControl = True
  93.     end
  94.   end
  95.   object OKButton: TButton
  96.     Left = 111
  97.     Top = 180
  98.     Width = 75
  99.     Height = 25
  100.     Caption = 'OK'
  101.     Default = True
  102.     ModalResult = 1
  103.     TabOrder = 1
  104.   end
  105. end
  106.